[edpm_build_images] Detect bootc Containerfile for downstream - #4153
Conversation
PR Summary by QodoDetect downstream bootc Containerfiles for image builds
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1.
|
3430de8 to
cccb84d
Compare
cccb84d to
71baa33
Compare
…dcoding The bootc build hardcoded `-f ./Containerfile`, which matches the upstream edpm-image-builder layout. The downstream RPM (built from the Gerrit tree) ships `bootc/Containerfile.centos9` instead, so builds with `cifmw_edpm_build_images_via_rpm: true` failed with buildah rc 125: `stat .../bootc/Containerfile: no such file or directory`. Signed-off-by: rabi <ramishra@redhat.com>
71baa33 to
d34ff3b
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evallesp, nemarjan 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 |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 49m 34s |
|
recheck maybe we've to increase timeout for |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 57m 09s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 39m 10s |
|
recheck |
|
Build failed (check pipeline). Post ❌ openstack-k8s-operators-content-provider NODE_FAILURE Node(set) request 100-0000193418 failed in 0s |
|
recheck NODE_FAILURE |
6119f67
into
openstack-k8s-operators:main
The bootc build hardcoded
-f ./Containerfile, which matches the upstream edpm-image-builder layout. The downstream RPM (built from the Gerrit tree) shipsbootc/Containerfile.centos9instead, so builds withcifmw_edpm_build_images_via_rpm: truefailed with buildah rc 125:stat .../bootc/Containerfile: no such file or directory.jira: OSPCIX-1481