-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.4
-
No
-
None
-
sst_bootc
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
rhel9/rhel-bootc is missing the release label
# skopeo inspect docker://registry.redhat.io/rhel9/rhel-bootc | jq '.Labels.release' null
What is the impact of this issue to you?
This data helps to identify the latest release
Steps to reproduce
- skopeo inspect docker://registry.redhat.io/rhel9/rhel-bootc | jq '.Labels.release'
Expected results
Similar results to how we see other containers
# skopeo inspect docker://registry.access.redhat.com/ubi9 | jq '.Labels.release' "1214.1725849297"
Actual results
# skopeo inspect docker://registry.redhat.io/rhel9/rhel-bootc | jq '.Labels.release' null
- relates to
-
RHEL-59516 rhel9/bootc-image-builder 's release is not correct
- New