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

Jenkins images based on rhel8 are wrongly tagged with rhel7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • 4.13.0
    • Jenkins
    • No
    • Build + Jenkins Sprint #234
    • 1
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Jenkins images based on rhel8 are wrongly tagged with rhel7

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

       

      How reproducible:

      Always

      Steps to Reproduce:

      1.Check the OS version.
      $ podman run -it --rm --entrypoint bash quay.io/openshift/origin-jenkins-agent-base:latest
      bash-4.4# cat /etc/redhat-release 
      Red Hat Enterprise Linux release 8.6 (Ootpa)
      
      2.Check the image labels.
      $ podman inspect quay.io/openshift/origin-jenkins-agent-base:latest | grep rhel7
                          "com.redhat.component": "jenkins-slave-base-rhel7-container",
                          "name": "openshift4/jenkins-slave-base-rhel7",
                     "com.redhat.component": "jenkins-slave-base-rhel7-container",
                     "name": "openshift4/jenkins-slave-base-rhel7",
      
      

      Actual results:

      OS is rhel8, but labels are rhel7

      Expected results:

      Labels should match the OS version

      Additional info:

       

            cdaley Corey Daley
            rhn-support-lxia Liang Xia
            Corey Daley Corey Daley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: