Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC #000] - Multi-arch support in CNB Ecosystem #294

Open
15 of 20 tasks
jjbustamante opened this issue Sep 14, 2023 · 3 comments
Open
15 of 20 tasks

[RFC #000] - Multi-arch support in CNB Ecosystem #294

jjbustamante opened this issue Sep 14, 2023 · 3 comments

Comments

@jjbustamante
Copy link
Member

jjbustamante commented Sep 14, 2023

The purpose of this issue is to track the work related to support multi-architecture image in CNB ecosystem, it is a complex project and we will try to divide it in phases. in each phase we will try to provide something valuable for the community and get feedback.

Phase 1

We started with a project developed during the LFX 2023 term, the goal for this phase is to release a set of commands for handling Image Index on pack.

Update May 2024

All the required PR were merged! we are expecting the feature to be included on pack 0.34.0

Update April 2024

Unfortunately we haven't merged the PR developed during the LFX 2023 because we were missing some test coverage, we are working on adding some tests an polish the code a little bit and the expectation is to include these features on pack 0.34.0 or 0.35.0, once this code is merged into main, we will keep working on Phase 2

RFC

Pack

Imgutil

Documentation:

Phase 2

After implementing the primitives to handle a Image Index, we will focus on solving the requirement of packaging builders and buildpacks for different os/arch

The focus of this phase will be:

  • pack buildpack package multi-arch support
  • pack builder create multi-arch support

Update May 2024

We decided to move a little bit our 0.34.0 release date but include this feature in this version!

Update April 2024

This phase requires the code from phase 1 to be available, but during KubeCon EU 2024 we presented a demo with a PoC implementation of the RFC.

RFC

Pack

Documentation:

Phase 3

In this phase, we assume the existence of Builders and Buildpacks addressable by Image Index

We want to focus on solving the problem to make pack build and output applications images for different os/arch.

  • pack build multi-arch support

Update March 2024

We started working on a LFX mentorship to develop a proof of concept to run pack build using buildkit behind de scenes

RFC

  • TODO - create an RFC to discuss this option

Pack

Documentation:

Maintainers: when closing this issue as completed, submit a PR to update the Status of the RFC to Implemented.

@jjbustamante jjbustamante self-assigned this Sep 14, 2023
@jjbustamante jjbustamante changed the title [RFC #000>] - Multi-arch support in CNB Ecosystem [RFC #000] - Multi-arch support in CNB Ecosystem Sep 14, 2023
@vnobo
Copy link

vnobo commented Sep 18, 2023

good job

@zs-dima
Copy link

zs-dima commented Feb 3, 2024

+1 ARM64 is very much in demand

@jjbustamante
Copy link
Member Author

Update - 05/31/2024

  • We just released pack 0.34.0, this new version included phase 1 and phase 2 capabilities
  • Paketo already published their jammy buildpackless builder, and their Java buildpacks for amd64 and arm64 architectures. They are working very hard for support and test their other buildpacks.
  • Other buildpack authors like Google and Heroku will probably do the same thing.

Again, the problem of supporting multi-platform can't be solved in just one place, all the components need to be available for multi-platform, but pack 0.34.0 was a big win on that direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants