-
Story
-
Resolution: Done-Errata
-
Undefined
-
rhel-8.9.0
-
toolbox-container-8.10-3
-
rhel-sst-display-productivity
-
ssg_display
-
26
-
34
-
3
-
False
-
-
Yes
-
None
-
Unspecified Release Note Type - Unknown
-
None
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.
- links to
-
RHEA-2024:127157 Updated rhel8/toolbox container image