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

Hybrid templates docker file use ubi-minimal:8.4 image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • 4.13.0
    • Operator SDK
    • Moderate
    • No
    • OPECO 242
    • 1
    • Rejected
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The hybrid operator's ubi image is 8.4 which generated by Operator-sdk since ocp 4.10.

       

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

      operator-sdk version: "v1.28.0-ocp", commit: "8c2ffdf3baf623a20d61f35f8277e9bc88766995", kubernetes version: "v1.26.0", go version: "go1.19.2", GOOS: "linux", GOARCH: "amd64"
      

      How reproducible:

      always

      Steps to Reproduce:

      1.operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --project-version="3" --domain example.com --repo=github.com/example/memcached-operator  

      Actual results:

      $grep "ubi" Dockerfile
      FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4

      Expected results:

      $grep "ubi" Dockerfile 
      FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7

      Additional info:

       

            rh-ee-bpalmer Bryce Palmer
            rhn-support-jfan Jia Fan
            Jia Fan Jia Fan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: