-
Story
-
Resolution: Done
-
Undefined
-
rhel-10.0
-
None
-
None
-
2
-
rhel-display-tools-accessibility
-
17
-
21
-
1
-
False
-
False
-
-
No
-
DESKTOP Cycle #3 10.0 phase, DESKTOP Cycle #4 10.0 phase
-
Release Note Not Required
-
None
Currently, the io.openshift.expose-services LABEL is set to an empty string. There's no need for that, because it's set to the same value in the base image:
$ podman inspect \
--format '{{ index .Labels "io.openshift.expose-services" }}' \
--type image \
registry.access.redhat.com/ubi10-beta/ubi:latest
... and the RHEL 8.x and 9.x images don't specify it either. Using the same metadata in all the images makes it easier to cherry-pick commits and spot changes.