Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-26431

Fix the description, io.k8s.description and io.k8s.display-name LABELs

    • toolbox-container-8.10-3
    • sst_desktop_applications
    • ssg_desktop
    • 26
    • 34
    • False
    • Hide

      None

      Show
      None
    • Yes
    • Unspecified Release Note Type - Unknown

      Currently, the description, io.k8s.description and io.k8s.display-name LABELs are not set appropriately for the toolbox image. As a result, they are inherited from the base UBI image, and the strings don't describe the toolbox image very well.

      For example:

      $ podman inspect --format '{{ index .Labels "description" }}' --type image registry.access.redhat.com/ubi8/toolbox:8.9
      The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
      
      $ podman inspect --format '{{ index .Labels "io.k8s.display-name" }}' --type image registry.access.redhat.com/ubi8/toolbox:8.9
      Red Hat Universal Base Image 8
      

      The is also why the inherited_labels test in the Container Verification Pipeline (or CVP) has been failing.

            dray@redhat.com Debarshi Ray
            dray@redhat.com Debarshi Ray
            Debarshi Ray Debarshi Ray
            Petr Schindler Petr Schindler
            Gabriela Necasova Gabriela Necasova
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: