release builder-images 69bbe57d0d #59

Merged
pipeline-bot merged 2 commits from _promote/69bbe57d0d2c into main 2026-07-29 10:35:36 +00:00
Collaborator
No description provided.
rpm2cpio ships with rpm in the AlmaLinux base, but cpio does not, so the
image could LIST an RPM's contents and never unpack them. That surfaced
while verifying the Tetragon kernel bake: confirming the built kernel
actually carries CONFIG_DEBUG_INFO_BTF means reading /boot/config-* out of
the kernel RPM, and the obvious `rpm2cpio | cpio -idm` had no second half.

The house rule is that pipeline images bake their tools and fetch nothing at
runtime, so the answer is the package, not a workaround. Adding it to the
base dnf line rather than a new layer keeps it where every other base tool
lives, and the smoke block now exercises it so a future base-image swap that
drops cpio fails the build instead of some step months later.

kernel-builder already carries cpio (it needs it for binrpm-pkg); this is
only the pipeline-side gap.

VERSION 6 -> 7 because these tags are immutable by convention: re-pushing
:v6 with new content is the stale-tag trap Spegel and zot latch forever.
Consumers move to :v7 with its new digest in a follow-up, once the image is
built and the digest exists.
pipeline-bot deleted branch _promote/69bbe57d0d2c 2026-07-29 10:35:36 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/builder-images!59
No description provided.