Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-38976

Change the operator-sdk base image from rhel8 to rhel9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.17, 4.18
    • Operator SDK
    • Moderate
    • None
    • Rejected
    • False
    • Hide

      None

      Show
      None
    • Hide
      Cause: The base image used for building the operator-sdk image is based on rhel8, while the builder image is based on rhel8. This mismatch may lead to issues during the runtime.

      Fix: Both the base image and the builder image for operator-sdk should use rhel9.
      Show
      Cause: The base image used for building the operator-sdk image is based on rhel8, while the builder image is based on rhel8. This mismatch may lead to issues during the runtime. Fix: Both the base image and the builder image for operator-sdk should use rhel9.
    • Bug Fix
    • In Progress

      Description of problem:

      The operator-sdk release Dockerfile (https://github.com/openshift/ocp-release-operator-sdk/blob/2fcf5f0457f4aaccf3043cd99488b1d5050deada/release/sdk/Dockerfile) uses rhel9 based builder image, but uses rhel8 based base image. This may lead to version mismatch of GLIBC and end up in runtime error.    

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

          

      How reproducible:

      Always    

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

      RHEL version mismatch of the builder and base images of operator-sdk    

      Expected results:

      RHEL9 should be used for both the builder and base images of operator-sdk    

      Additional info:

          

            rh-ee-arsen Arkadeep Sen
            rh-ee-arsen Arkadeep Sen
            Keenon Lee Keenon Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: