-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inspector: support flattened buildpacks
With platforms introducing the ability to create flattened buildpackages[1], the idea of 1 layer = 1 buildpack is not always true anymore - a single layer can contain multiple buildpacks. This change adds to the inspector the ability to read buildpack metadata off flattened buildpacks. This fixes "jam summarize" when creating summary/release notes for flattened buildpacks. Previously it picked up the first buildpack.toml it could find in the layer, and assumed it to represent the buildpackage. [1]: buildpacks/pack#1691
- Loading branch information
1 parent
d4052cb
commit b7e18d1
Showing
2 changed files
with
189 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters