-
Notifications
You must be signed in to change notification settings - Fork 292
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
Fixups for flatten feature on pack 0.30.0 #1798
Comments
Hello @jjbustamante ! Let's take this example,
I want to flatten A & B together, then C& D together, to obtain:
With
With
As you can see, there's no way to obtain the desired outcome with neither What if we also added a new argument, named
to obtain the desired outcome. Does that make sense? What do you think? Thank you! cc @pivotal-david-osullivan , @dmikusa , @loewenstein , @natalieparellano |
Hi @anthonydahanne Thanks for this feedback!!! I haven't defined the
|
Hello! |
@anthonydahanne could what you describe not be obtained with
And |
hello @natalieparellano , as discussed this PM, we (Java Paketo buildpacks) are not using |
Summary
We are planning to release a new experimental feature to flatten builder layers and buildpack package. This feature was requested by the following issue #1595. Since pack 0.30.0-pre2 release a version of the feature was released.
This issue is meant to capture all the bugs to be fixed before we can ship the next pack.
TODO:
pack buildpack package --flatten
must be released as experimentaldisk issue bug
pack build
#1787 -pack build --buildpack <flattened> bug
The text was updated successfully, but these errors were encountered: