Add buildpack name to buildpack and builder metadata #994
Labels
status/ready
Issue ready to be worked on.
type/enhancement
Issue that requests a new feature or improvement.
Milestone
Description
In
buildpack.toml
there is an optionalname
field that contains the human-readable name of a buildpack. This is useful information for certain types of autmation (for example, generating release notes for a builder or buildpack). This information should be available in a label on buildpackage and builder images.Proposed solution
Buildpackage Metadata
Add
name
toio.buildpacks.buildpackage.metadata
on buildpack imagesBuildpack Layers Metadata
Add
name
to each buildpack inio.buildpacks.buildpack.layers
Builder Metadata
Add
name
to each buildpack inio.buildpacks.builder.metadata
Describe alternatives you've considered
Maybe if the
name
is present inio.buildpacks.buildpack.layers
we don't need it inio.buildpacks.buildpackage.metadata
orio.buildpacks.builder.metadata
? I couldn't quite figure out the organizing principle for what we normalized or denormalized where. I decidedname
was most likehomepage
which we repeat in each of these labels.Additional context
The text was updated successfully, but these errors were encountered: