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

Jenkins images based on rhel8 are wrongly tagged with rhel7

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Normal
    • None
    • 4.13.0
    • Jenkins
    • No
    • Build + Jenkins Sprint #234, Pipeline Integrations #235
    • 2
    • False
    • Hide

      None

      Show
      None

    Description

      This is a clone of issue OCPBUGS-11182. The following is the description of the original issue:

      This is a clone of issue OCPBUGS-8497. The following is the description of the original issue:

      This is a clone of issue OCPBUGS-8442. The following is the description of the original issue:

      This is a clone of issue OCPBUGS-8437. The following is the description of the original issue:

      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:

       

      Attachments

        Activity

          People

            cdaley Corey Daley
            openshift-crt-jira-prow OpenShift Prow Bot
            Corey Daley Corey Daley
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: