ART-18325: Add missing non-final layer RPMs for ose-agent-installer-utils (4.23)#10493
Conversation
|
@joepvd: This pull request references ART-18325 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 task to target the "4.23.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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Triggered seed-lockfile test build #392 with |
|
@joepvd: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Add missing RPMs to
konflux.cachi2.lockfile.rpmsfor the non-final (builder) stage of ose-agent-installer-utils. The hermetic build fails in stage [1/2] withUnable to find a match: nmstate-libsbecause several packages installed in the builder stage are not listed in the lockfile config.Failing build: https://art-build-history-art-build-history.apps.artc2023.pc3z.p1.openshiftapps.com/?name=^ose-agent-installer-utils$&group=openshift-4.23&assembly=stream&engine=konflux&dateRange=2026-02-10+to+2026-05-11&outcome=success&outcome=failure
Analysis
The SBOM only captures RPMs from the final Dockerfile stage. Packages installed in non-final stages must be explicitly listed in
konflux.cachi2.lockfile.rpms. The openshift-4.22 branch already has the complete list; this PR aligns 4.23 with 4.22.Changes
Added to
konflux.cachi2.lockfile.rpms:glibc-gconv-extralibgcclibstdc++NetworkManager-config-servernmstate-libsAlso sorted existing entries alphabetically for consistency.
Generated with Claude Code