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-24",
"epss": "0.00693",
"percentile": "0.48095"
},
"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:15332
Vulnerability from csaf_redhat - Published: 2025-09-11 10:37 - Updated: 2026-06-24 15:28A 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-24T15:28:26+00:00",
"generator": {
"date": "2026-06-24T15:28:26+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-24T15:28:26+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-24 15:28A 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-24T15:28:29+00:00",
"generator": {
"date": "2026-06-24T15:28:29+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-24T15:28:29+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-24 15:28A 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-24T15:28:31+00:00",
"generator": {
"date": "2026-06-24T15:28:31+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-24T15:28:31+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-24 15:28A 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-24T15:28:36+00:00",
"generator": {
"date": "2026-06-24T15:28:36+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-24T15:28:36+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-24 15:28A 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-24T15:28:37+00:00",
"generator": {
"date": "2026-06-24T15:28:37+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-24T15:28:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.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"
}
]
}
RHSA-2025:18241
Vulnerability from csaf_redhat - Published: 2025-10-23 03:23 - Updated: 2026-06-24 15:28A 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-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_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:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_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:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_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:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_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:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_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:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_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.61 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 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.13.61. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/155272\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-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.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:18241",
"url": "https://access.redhat.com/errata/RHSA-2025:18241"
},
{
"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_18241.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.61 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-24T15:28:37+00:00",
"generator": {
"date": "2026-06-24T15:28:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:18241",
"initial_release_date": "2025-10-23T03:23:41+00:00",
"revision_history": [
{
"date": "2025-10-23T03:23:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T03:23:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T15:28:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.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:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.13.0-202510131530.p2.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.13.0-202510131530.p2.g15e6f80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.13.0-202510140119.p2.g70e0530.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.13.0-202510140119.p2.ga2c6ca6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.13.0-202510131530.p2.g1280cf5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.13.0-202510131530.p2.gc46a23e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Ab4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.13.0-202510131530.p2.g3aa7687.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.13.0-202510131530.p2.gdf5cf27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.13.0-202510131530.p2.g978a6c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.13.0-202510131530.p2.g3b0d075.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Af59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.13.0-202510131530.p2.gb38c26a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ae4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.13.0-202510140119.p2.g8b3acae.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Aca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.13.0-202510131530.p2.g9adad59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Aa107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.13.0-202510131530.p2.gd3037cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202510131530.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202510131530.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.13.0-202510131530.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.13.0-202510131530.p2.g596a53c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.13.0-202510131530.p2.g2b914c2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202510140119.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202510140119.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ae2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202510131530.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ae2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202510131530.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202510140119.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202510140119.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Aaea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.13.0-202510140119.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.13.0-202510150115.p2.gd719bdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Af931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.13.0-202510131530.p2.gdfe0373.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Acceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.13.0-202510131530.p2.g44af5a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ac8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gdf2f11e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g59d699c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.13.0-202510131530.p2.g7288609.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.13.0-202510140119.p2.ge548ac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.13.0-202510131530.p2.g6d619f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.13.0-202510131530.p2.gfe91b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.13.0-202510131530.p2.g92e3efb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.13.0-202510150115.p2.gce29177.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.13.0-202510131530.p2.g4536724.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.13.0-202510140119.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.13.0-202510131530.p2.gf35f954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.13.0-202510131530.p2.gfd791df.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.13.0-202510131530.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.13.0-202510131530.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.13.0-202510140119.p2.g2a1df4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.13.0-202510131530.p2.g12897bd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.13.0-202510131530.p2.g7176ab7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Adb6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.13.0-202510131530.p2.geb54be2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.13.0-202510140119.p2.g96338ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Af2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.13.0-202510131530.p2.gb379980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ad9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.13.0-202510131530.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.13.0-202510131530.p2.gb6b545c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Ab4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gcb4657d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Afe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.13.0-202510141615.p2.g8b39926.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3A3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.13.0-202510131530.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.13.0-202510131530.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.13.0-202510131530.p2.gd00c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.13.0-202510140119.p2.gd14f9b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Afa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.13.0-202510131530.p2.g9be421f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ad4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.13.0-202510131530.p2.g5f66f1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Adbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.13.0-202510131530.p2.g5f66f1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.13.0-202510131530.p2.gf8f7839.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aa72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.13.0-202510131530.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.13.0-202510140119.p2.gdad2cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.13.0-202510140119.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.13.0-202510140119.p2.ge41e11c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.13.0-202510131530.p2.g6384f90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.13.0-202510131530.p2.g7e41597.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.13.0-202510140119.p2.g4c0f96a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.13.0-202510131530.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3Ab9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.13.0-202510131530.p2.g95c03b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.13.0-202510131530.p2.g27360a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.13.0-202510140119.p2.g8205d51.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.13.0-202510131530.p2.g8f05d9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.13.0-202510131530.p2.gae01a27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Aef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.13.0-202510140119.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.13.0-202510131530.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.13.0-202510141615.p2.g3f757a8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3Aef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.13.0-202510131530.p2.gb6d3fbc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.13.0-202510131530.p2.g8534d75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.13.0-202510131530.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.13.0-202510140119.p2.g3f56e49.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.13.0-202510140119.p2.g134ade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.13.0-202510131530.p2.gd377281.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Ada9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.13.0-202510131530.p2.g12f767b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Af23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.13.0-202510131530.p2.g1801056.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aa1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.13.0-202510131530.p2.g0007e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Abb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.13.0-202510131530.p2.gcc237f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.13.0-202510131530.p2.gee908b6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202510131530.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202510131530.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Aa9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g38f638f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.13.0-202510131530.p2.ga6d5653.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gc5fb628.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gc068540.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.13.0-202510141615.p2.g65a8fda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.13.0-202510131530.p2.g6e62a85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Ae918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.13.0-202510140119.p2.ga45f7a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Abe8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.13.0-202510131530.p2.ge9e7172.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g18c076b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gdac7113.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Afdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.13.0-202510140119.p2.g2e7c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g721de5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Af047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.13.0-202510131530.p2.g25fe7b4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3Ab930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g9abb220.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g6e7e783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.13.0-202510131530.p2.gb293972.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g312c5f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.13.0-202510131530.p2.g7e7affa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.13.0-202510131530.p2.g7033b48.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Aea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.13.0-202510140119.p2.g3086cf6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.13.0-202510140119.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gbc169d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Af9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202510131530.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202510131530.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.13.0-202510131530.p2.ga6b7ad4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.13.0-202510131530.p2.g507fea9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.13.0-202510140119.p2.gb8a2772.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.13.0-202510140119.p2.g81e6074.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Afbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.13.0-202510131530.p2.g08c561b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.13.0-202510131530.p2.gb5bcaf9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.13.0-202510131530.p2.gf4ded0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g40786cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Abd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.13.0-202510131530.p2.gf269441.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.13.0-202510140119.p2.g4698265.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.13.0-202510131530.p2.g34a4abe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Ad5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.13.0-202510131530.p2.g162554e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ace9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.13.0-202510140119.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Aa545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.13.0-202510140119.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.13.0-202510131530.p2.gac20da3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gee2033e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.13.0-202510131530.p2.g9d909f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.13.0-202510140119.p2.gd4b7a8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ab50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.13.0-202510131530.p2.ga950acc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.13.0-202510140119.p2.ge1a57b5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Aef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.13.0-202510131530.p2.g62f6e0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3Aa0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.13.0-202510131530.p2.gad18bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.13.0-202510140119.p2.g27f7860.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.13.0-202510140119.p2.ga57ca29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.13.0-202510140119.p2.g7e2e6ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.13.0-202510140119.p2.g39a2173.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Af18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.13.0-202510131530.p2.gca3bbec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.13.0-202510131530.p2.g9f8d13c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Aeba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.13.0-202510131530.p2.g339046b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.13.0-202510140119.p2.g84bda2a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.13.0-202510140119.p2.gaa24d46.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Aa963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.13.0-202510140119.p2.g073feda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3A79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.13.0-202510140119.p2.g4fe0c59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Ad92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.13.0-202510140119.p2.gcc3a11a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.13.0-202510131530.p2.g6a59716.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.13.0-202510131530.p2.g7dde3cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.13.0-202510131530.p2.g3a7ac1b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Aea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.13.0-202510131530.p2.g00cef28.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Ae4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.13.0-202510131530.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Add63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gb50a649.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510141615.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.13.0-202510131530.p2.g54958de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.13.0-202510131530.p2.g22d89b3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Affb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Affb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.13.0-202510131530.p2.g16fa555.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ge70c980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.13.0-202510140119.p2.gc040f37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Accc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.13.0-202510131530.p2.g87399d6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Af1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.13.0-202510131530.p2.g0fce7c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.13.0-202510131530.p2.g6667a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.13.0-202510140119.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.13.0-202510140119.p2.gdba00dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3Ad36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3Ad36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.13.0-202510131530.p2.gf56d57b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.13.0-202510131530.p2.gda63f2b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Acb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ad805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.13.0-202510131530.p2.gb501d5e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.13.0-202510131530.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.13.0-202510140119.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ad4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.13.0-202510131530.p2.g0634a6d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.13.0-202510131530.p2.g70fb57f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.13.0-202510131530.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:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_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:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_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:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_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:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_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:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_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:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_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:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_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:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_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:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_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:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_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:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_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:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_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:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_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:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_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:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_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:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_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:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_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:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_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:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_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:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_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:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_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:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_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:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_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:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_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:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_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:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_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:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_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:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_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:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_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:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_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:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_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:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_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:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_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:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_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:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_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:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_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:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_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:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_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:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_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:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_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:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_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:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_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:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_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:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_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:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_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:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_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:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_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:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_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:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_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:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_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:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_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:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_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:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_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:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_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:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_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:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_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:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_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:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_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:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_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:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_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:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_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:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_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:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_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:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_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:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_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:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_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:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_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:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_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:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_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:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_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:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_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:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_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:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_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:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_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:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_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:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_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:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_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:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_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:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_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:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_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:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_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:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_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:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_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:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_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:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_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:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_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:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_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:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_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:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_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:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_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:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_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:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_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:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_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:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_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:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_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:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_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:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_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:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_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:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_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:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_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:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_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:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_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:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_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:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_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:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_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:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_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:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_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:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_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:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_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:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_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:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_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:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_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:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_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:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_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:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_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:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_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:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_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:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_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:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_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:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_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:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_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:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_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:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_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:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_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:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_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:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_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:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_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:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_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:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_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:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_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:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_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:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_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:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_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:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_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:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_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:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_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:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_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:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_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:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_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:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_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:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_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:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_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:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_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:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_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:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_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:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_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:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_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:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_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:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_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:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_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:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_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:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_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:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_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:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_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:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_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:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_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:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_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:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_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:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_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:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_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:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_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:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_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:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_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:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_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:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_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:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_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:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_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:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_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:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_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:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_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:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_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:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_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:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_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:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_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:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_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:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_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:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_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:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_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:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_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:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_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:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_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:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_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:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_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:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_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:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_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:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_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:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_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:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_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:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_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:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_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:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_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:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_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:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_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:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_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:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_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:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_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:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_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:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_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:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_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:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_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:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_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:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_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:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_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:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_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:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_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:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_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:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_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:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_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:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_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:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_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:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_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:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_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:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_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:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_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:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_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:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_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:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_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:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_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:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_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:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_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:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_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:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_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:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_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:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_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:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_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:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_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:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_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:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_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:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_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:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_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:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_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:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_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:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_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:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_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:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_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:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_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:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_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:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_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:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_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:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_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:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_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:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_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:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_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:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_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:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_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:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_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:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_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:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_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:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_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:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_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:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_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:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_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:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_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:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_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:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_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:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_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:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_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:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_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:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_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:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_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:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_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:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_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:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_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:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_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:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_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:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_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:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_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:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_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:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_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:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_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:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_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:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_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:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_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:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_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:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_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:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_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:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_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:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_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:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_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:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_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:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_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:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_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:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_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:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_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:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_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:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_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:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_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:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_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:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_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:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_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:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_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:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_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:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_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:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_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:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_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:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_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:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_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:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_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:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_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:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_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:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_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:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_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:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_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:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_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:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_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:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_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:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_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:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_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:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_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:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_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:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_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:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_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:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_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:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_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:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_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:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_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:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_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:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_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:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_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:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_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:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_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:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_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:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_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:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_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:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_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:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_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:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_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:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_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:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_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:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_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:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_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:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_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:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_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:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_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:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_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:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_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:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_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:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_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:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_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:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_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:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_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:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_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-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_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-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_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:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_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:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_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:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_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:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_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:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_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:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_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:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_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:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_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:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_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:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_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:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_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:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_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:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_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:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_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:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_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:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_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:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_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:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_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:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_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:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_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:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_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:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_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:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_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:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_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:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_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:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_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:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_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:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_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:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_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:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_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:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_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:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_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:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_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:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_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:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_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:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_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@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_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@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.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 OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_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-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_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-23T03:23:41+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 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\n The sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is af436630f9002ba9e9eab19aa9cdffd1e72bec29af620be7f6934d635b64d8dd\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-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18241"
},
{
"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:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_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:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:18242
Vulnerability from csaf_redhat - Published: 2025-10-23 02:52 - Updated: 2026-06-24 15:28A 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-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64 | — |
Workaround
|
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_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.61 is now available with updates to packages and images that fix several bugs.\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 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 RPM packages for Red Hat OpenShift Container Platform 4.13.61. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:18241\n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* helm.sh/helm/v3: Helm Chart Code Execution (CVE-2025-53547)\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:18242",
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"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_18242.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.61 security and extras update",
"tracking": {
"current_release_date": "2026-06-24T15:28:37+00:00",
"generator": {
"date": "2026-06-24T15:28:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:18242",
"initial_release_date": "2025-10-23T02:52:48+00:00",
"revision_history": [
{
"date": "2025-10-23T02:52:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T02:52:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T15:28:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.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-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy@sha256%3Ae85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.13.0-202510131530.p2.g86702e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256%3Ae85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.13.0-202510131530.p2.g86702e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.13.0-202510131530.p2.g44e8d46.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3A51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.13.0-202510131530.p2.gf7fc74c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.13.0-202510131530.p2.g9980058.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni@sha256%3Ab156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ib-sriov-cni-container-v4.13.0-202510141615.p2.gc2a1e32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp@sha256%3A4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-linuxptp-daemon-container-v4.13.0-202510131530.p2.g87a564d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3A99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3A0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3Af502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3Ad3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.13.0-202510131530.p2.g79c2147.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3Ae56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3Afc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g8c0b7dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3Aa746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3A8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-egress-router-container-v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3A4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.13.0-202510131530.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3Afc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-operator-sdk-container-v4.13.0-202510140119.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel8@sha256%3Ac1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gfea81b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel8-operator@sha256%3A7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.13.0-202510131530.p2.gfea81b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256%3Afc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-container-v4.13.0-202510141615.p2.g748367b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Ada270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-operator-container-v4.13.0-202510141615.p2.g63fa661.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3A28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-http-proxy-container-v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel8@sha256%3A8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.13.0-202510131530.p2.gd8db611.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256%3A078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-filestore-csi-driver-container-v4.13.0-202510140119.p2.g7ff360a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g8f1cfbf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel8@sha256%3A389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.13.0-202510131530.p2.ga7e83fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel8-operator@sha256%3A41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.13.0-202510131530.p2.g55fb4e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-operator@sha256%3A95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ptp-operator-container-v4.13.0-202510131530.p2.g8c83fcc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel8@sha256%3Aeeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ptp-operator-must-gather-container-v4.13.0-202510131530.p2.g8c83fcc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-cni-container-v4.13.0-202510131530.p2.gbb88b06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256%3A1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-dp-admission-controller-container-v4.13.0-202510140119.p2.ga5ec5f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon@sha256%3A9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-config-daemon-container-v4.13.0-202510140119.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin@sha256%3Aa25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-device-plugin-container-v4.13.0-202510131530.p2.gfad71c1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-operator@sha256%3A08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-operator-container-v4.13.0-202510141615.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook@sha256%3Aaa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-webhook-container-v4.13.0-202510131530.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.13.0-202510140119.p2.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.13.0-202510140119.p2.g7c77d14.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/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_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/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_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/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_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/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_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/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_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-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_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-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_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-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_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-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_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-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_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-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_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-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_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-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_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-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_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-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_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-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_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-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_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-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_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-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_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-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_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-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_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-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_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-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_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-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_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-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_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-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_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-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_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-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_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-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_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-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_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-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_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-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_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-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_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-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_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-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_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-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_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-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_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-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_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-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_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-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_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-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_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-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_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-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_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-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_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-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_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-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_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-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_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-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_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-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_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-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_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-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_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-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_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-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_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-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_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-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_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-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_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-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_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-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_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-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_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-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_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-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_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-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_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-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_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-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_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-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_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-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_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-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_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-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_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-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_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/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_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/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.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 OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_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-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_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-23T02:52:48+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",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"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/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_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/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T02:52:48+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",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
}
]
}
RHSA-2025:23057
Vulnerability from csaf_redhat - Published: 2025-12-10 15:00 - Updated: 2026-06-24 15:28A 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: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64 | — |
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: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64 | — |
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": "Logging for Red Hat OpenShift - 6.3.2",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.3.2 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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:23057",
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"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_23057.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.3.2",
"tracking": {
"current_release_date": "2026-06-24T15:28:48+00:00",
"generator": {
"date": "2026-06-24T15:28:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23057",
"initial_release_date": "2025-12-10T15:00:17+00:00",
"revision_history": [
{
"date": "2025-12-10T15:00:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-11T13:43:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T15:28:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.3",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.3::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Ad2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Af2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ae4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Afb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Ab4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Afd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Aeafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3Aed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
}
]
},
"vulnerabilities": [
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
},
"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-12-10T15:00:17+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/ocp-4-19-release-notes\n\nFor Red Hat OpenShift Logging 6.3, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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-12-10T15:00:17+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/ocp-4-19-release-notes\n\nFor Red Hat OpenShift Logging 6.3, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:23534
Vulnerability from csaf_redhat - Published: 2025-12-17 15:37 - Updated: 2026-06-24 15:28A 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: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le | — |
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: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le | — |
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": "Logging for Red Hat OpenShift - 6.2.7",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.2.7 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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:23534",
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"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_23534.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.2.7",
"tracking": {
"current_release_date": "2026-06-24T15:28:57+00:00",
"generator": {
"date": "2026-06-24T15:28:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23534",
"initial_release_date": "2025-12-17T15:37:08+00:00",
"revision_history": [
{
"date": "2025-12-17T15:37:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T15:37:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T15:28:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.2::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ac88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Affe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Aaed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Aa1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ab368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Acd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Ad0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Aba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Aeebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Af6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
}
]
},
"vulnerabilities": [
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
},
"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-12-17T15:37:08+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:37:08+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:23535
Vulnerability from csaf_redhat - Published: 2025-12-17 15:38 - Updated: 2026-06-24 15:28A 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: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": "Logging for Red Hat OpenShift - 6.0.12",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.0.12 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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:23535",
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"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_23535.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.0.12",
"tracking": {
"current_release_date": "2026-06-24T15:28:57+00:00",
"generator": {
"date": "2026-06-24T15:28:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23535",
"initial_release_date": "2025-12-17T15:38:59+00:00",
"revision_history": [
{
"date": "2025-12-17T15:38:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T15:39:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T15:28:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.0",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.0::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Abce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Afc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Af8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ac526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ac86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Aa658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Af983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ae6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ac1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Ae2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Aece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ab7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
}
]
},
"vulnerabilities": [
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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-12-17T15:38:59+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/ocp-4-16-release-notes\n\nFor Red Hat OpenShift Logging 6.0, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.0",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:38:59+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/ocp-4-16-release-notes\n\nFor Red Hat OpenShift Logging 6.0, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.0",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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.