ci: Add validation for multi-architecture image digests in Dockerfiles#1882
Conversation
PR Reviewer Guide 🔍(Review updated until commit fb5efd7)Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit 706f86b)Enhancement, Tests Description
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Enhancement |
| ||||
| Configuration changes |
| ||||
| Bug fix |
|
PR Code Suggestions ✨Latest suggestions up to fb5efd7
Previous suggestionsSuggestions up to commit a1f8df6
|
||||||||||||||||||||||||
This is to allow building the upstream operator images on non-amd64 architectures Assisted-by: Cursor
a1f8df6 to
725ffc7
Compare
725ffc7 to
fb5efd7
Compare
|
/review |
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. Persistent review updated to latest commit fb5efd7 |
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gazarenkov 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 |
Description
This PR introduces automated validation to ensure that all container image digests used in Dockerfiles reference multi-architecture manifest lists rather than single-architecture manifests.
Which issue(s) does this PR fix or relate to
Follow-up to #1807 (comment)
PR acceptance criteria
How to test changes / Special notes to the reviewer
ubi9-minimaldigests in use here:706f86b(#1882)