MCO-2120: Rework OS Image Stream label classification#5650
MCO-2120: Rework OS Image Stream label classification#5650pablintino wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@pablintino: This pull request references MCO-2120 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
Replace the single ostree.linux discriminator with configurable label matchers that explicitly classify OS images (ostree.bootable, containers.bootc) and extensions images (io.openshift.os.extensions). Images that match no discriminator now return nil instead of defaulting to extensions. Signed-off-by: Pablo Rodriguez Nava <git@amail.pablintino.com>
|
seems reasonable /approve I assume someone else from MCO should review? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustymabe, pablintino The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- What I did
Replace the single ostree.linux discriminator with configurable label matchers that explicitly classify OS images ostree.bootable, containers.bootc) and extensions images (io.openshift.os.extensions).
Images that match no discriminator now return nil instead of defaulting to extensions.
- How to verify it
Regular CI tests are enough to verify this change.
- Description for the changelog
OS image streams now use explicit label matchers (ostree.bootable, containers.bootc, io.openshift.os.extensions) instead of a single ostree.linux discriminator to classify OS and extensions images