Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Community catalogSource pod should use the production base image #2388

@mrhillsman

Description

@mrhillsman

Description of problem:
Should use the production base image for the community CatalogSource pods.

[root@preserve-olm-env data]# oc exec community-operators-5cl5r -- cat /etc/redhat-release
cat: can't open '/etc/redhat-release': No such file or directory
[root@preserve-olm-env data]# oc exec certified-operators-68dp7 -- cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)

Version-Release number of selected component (if applicable):
Cluster version is 4.6.0-0.nightly-2020-08-04-035157

How reproducible:
Always

Steps to Reproduce:

  1. Install OCP 4.6.
  2. Check the CatalogSource pod if use the production image.

Actual results:
Community operator doesn't use the production image.
[root@preserve-olm-env data]# oc exec certified-operators-68dp7 -- cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)
[root@preserve-olm-env data]# oc exec community-operators-5cl5r -- cat /etc/redhat-release
cat: can't open '/etc/redhat-release': No such file or directory

Expected results:
I know these operators provided by this community image from the Community. But, it will be release as OCP production too. We should use the production image for it.

Additional info:
Copied from https://bugzilla.redhat.com/show_bug.cgi?id=1865815

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions