feat: SHIP-0043 Multi-Arch Image Builds#275
feat: SHIP-0043 Multi-Arch Image Builds#275adambkaplan wants to merge 2 commits intoshipwright-io:mainfrom
Conversation
Proposal to add APIs that orchestrate multi-arch container image builds. Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
|
[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 |
The Konflux CI project has experimented with using Kata peer pods to run builds on remote VMs with different CPU architectures. This PoC proved that the Kubernetes fundamentals (use of Kata `RuntimeClass` pods) work, however there are significant barriers to provisioning and managing the peer pod VMs. Added this background context and PoC result to the proposal. Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
Proposal to extend the `Build` and `BuildRun` APIs to orchestrate multi-arch container image builds. This is a smaller version of the original SHIP-0043 proposal [1], and in its current form only supports the build on native OS/CPU arch nodes. Using cross-compilation, emulation, or other means of executing multi-arch container image builds is out of scope. [1] shipwright-io#275 Assisted-by: Cursor Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
|
/close Closing this in favor of #277 |
|
@adambkaplan: Closed this PR. 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 kubernetes-sigs/prow repository. |
Changes
Proposal to add APIs that orchestrate multi-arch container image builds.
/kind feature
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes