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

Add support for building composite images #48

Closed
dmikusa opened this issue Aug 8, 2024 · 0 comments · Fixed by #63
Closed

Add support for building composite images #48

dmikusa opened this issue Aug 8, 2024 · 0 comments · Fixed by #63
Labels
type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Aug 8, 2024

Describe the Enhancement

The tool should allow building a composite image.

Possible Solution

Initially, the tool is going to allow building from existing images, so if you wanted to build a custom buildpack and include that in a composite image, you'd need to first run the tool to build the component buildpack and then run it to build the composite buildpack.

This will likely be a thin wrapper over pack.

Motivation

Make it easier to build composites. Start simple. We're not supporting build from a local directory, at least not initially. We'll add that in as a clear use case and requirements develop.

@dmikusa dmikusa added the type:enhancement A general enhancement label Aug 8, 2024
dmikusa added a commit that referenced this issue Nov 18, 2024
Add support for building composite buildpacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant