Hide Forgot
Description of problem: For now, The default image for marketplace is “quay.io/openshift/origin-operator-marketplace:latest” and this image is upstream image.It would be better if we use the downstream image. Version-Release number of selected component (if applicable): clusterversion:4.0.0-9 How reproducible: always Steps to Reproduce: 1.Check the marketplace pods running in openshift-marketplace project. #oc get pods -n openshift-marketplace | grep marketplace marketplace-operator-676574cb4c-z4sff 1/1 Running 0 12m 2.Check the the image of the marketplace pods #oc exec marketplace-operator-676574cb4c-z4sff -- cat /etc/redhat-release Actual results: We can see the pod is using the upstream image after step 2: CentOS Linux release 7.6.1810 (Core) Expected results: It would be better if we use the downstream image instead. Like the OLM's image: #oc exec olm-operator-6b444f9df7-t7cfs -- cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo) Additional info:
It is ok in clusterversion:4.0.0-0.nightly-2019-01-15-184339
Latest version of the installer should be using the OCP image. I believe this is all set.
Latest version of the installer using the OCP image.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758