Bug 1878150 - CVP Produced Index Image Fails To Start
Summary: CVP Produced Index Image Fails To Start
Keywords:
Status: CLOSED DUPLICATE of bug 1878023
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Evan Cordell
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-11 13:28 UTC by Matt Mahoney
Modified: 2020-09-11 15:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-11 15:04:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Matt Mahoney 2020-09-11 13:28:45 UTC
Description of problem:

CVP produced index image for a Kiali build produced 'registry-proxy.engineering.redhat.com/rh-osbs/iib:8384', but pod fails to start when attempting to create a Catalog Source with this image

sudo podman run -it registry-proxy.engineering.redhat.com/rh-osbs/iib:8384
/bin/opm: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /bin/opm)

Reference CVP build http://external-ci-coldstorage.datahub.redhat.com/cvp/cvp-redhat-operator-bundle-image-validation-test/openshift-istio-kiali-operator-metadata-container-1.8-1/c1fef07c-8150-43f1-b312-e8952a33934e/

Version-Release number of selected component (if applicable):
OCP 4.5

How reproducible:


Steps to Reproduce:
1. Create Catalog Source:
{
    "kind": "List",
    "apiVersion": "v1",
    "metadata": {},
    "items": [
        {
            "apiVersion": "operators.coreos.com/v1alpha1",
            "kind": "CatalogSource",
            "metadata": {
                "name": "kiali-manifests"
            },
            "spec": {
                "image": "registry-proxy.engineering.redhat.com/rh-osbs/iib:8384",
                "sourceType": "grpc"
            }
        }
    ]
}

2.
3.

Actual results:
Pod fails to start

Expected results:
Pod is expected to start

Additional info:

Comment 1 Kevin Rizza 2020-09-11 15:04:55 UTC

*** This bug has been marked as a duplicate of bug 1878023 ***


Note You need to log in before you can comment on or make changes to this bug.