-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.4
-
No
-
None
-
rhel-sst-image-builder
-
ssg_front_door
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
Identify the latest release of bootc-image-builder
# skopeo inspect docker://registry.redhat.io/rhel9/bootc-image-builder | jq '.Labels.release' "1214.1725849297"
What is the impact of this issue to you?
Affecting automated attempts to check the latest version of bootc-image-builder
Steps to reproduce
- skopeo inspect docker://registry.redhat.io/rhel9/bootc-image-builder | jq '.Labels.release'
Expected results
Actual results
rhel9/bootc-image-builder didn't set a 'release' label. so the base image (ubi9)'release' value/label was left and inherited by the upper layer
# skopeo inspect docker://registry.redhat.io/rhel9/bootc-image-builder | jq '.Labels.name, .Labels.release' "ubi9" "1214.1725849297"
- is related to
-
RHEL-59515 rhel9/rhel-bootc is missing the release label
- New