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

Hybrid templates docker file use ubi-minimal:8.7 image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Minor Minor
    • None
    • 4.14.0
    • Operator SDK
    • Moderate
    • No
    • OPECO 239
    • 1
    • Rejected
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The hybrid operator's ubi image is 8.7 which should be 8.8 for ocp 4.14.

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

      operator-sdk version: "v1.28.0-ocp", commit: "9dbbdb22a081191d626fb27189b8e8a5a1ee4416", 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.7

      Expected results:

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

      Additional info:

      The PR:https://github.com/openshift/ocp-release-operator-sdk/pull/324
      The related bugs: OCPBUGS-11570

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

              Created:
              Updated:
              Resolved: