You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staged-images: Fix duplicate sources, switch to coreos/chunkah (#159)
Renovate PR #157 updated both fedora-bootc:43 and fedora-bootc:44 to
fedora-bootc:45, creating duplicate entries in sources.json. The _field
Justfile recipe returned multiple lines, embedding newlines in image
references and breaking mirror/build/push steps.
Remove the duplicate, harden all jq lookups to error on duplicates, and
add unique_by to matrix generation to prevent duplicate GHA jobs.
Also extend the Renovate "Disable Fedora OCI updates" rule to cover
the custom.regex manager (sources.json), scoped to tag-only updates so
digest pinning still works. This prevents Renovate from collapsing
distinct Fedora version entries into duplicates again.
Switch chunkah image from quay.io/jlebon/chunkah to quay.io/coreos/chunkah.
Assisted-by: OpenCode (Claude Opus 4)
Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Gursewak Mangat <gursmangat@gmail.com>
Co-authored-by: Gursewak Mangat <gursmangat@gmail.com>
0 commit comments