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

Implementation of multi-arch support for extension packages #2320

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pacostas
Copy link

Summary

This implementation is based on the RFC https://github.com/buildpacks/rfcs/blob/main/text/0128-multiarch-builders-and-package.md

This PR allows the pack extension package to generate multi-platform OCI images and create an image index to combine them.

It also adds the --path flag to point to a directory on the extension that needs to be packaged.

This PR has not been tested in packaging a builder with multi-platform extension.

Output

Before

  • We were not able to create multi-platform extensions
  • We were not able to point to the directory of the extension

After

  • Can generate multi-platform OCI images by using the --target flag
  • Can specify the path of where the extension is located, using the --path flag.

Documentation

  • Should this change be documented?
    • Yes
    • No

Related

Resolves

@pacostas pacostas requested review from a team as code owners January 15, 2025 11:53
@github-actions github-actions bot added the type/enhancement Issue that requests a new feature or improvement. label Jan 15, 2025
@github-actions github-actions bot added this to the 0.37.0 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant