You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buildpack RFC0070 introduces some new fields into the buildpack.toml file. These fields include description, keywords, and licenses. The specific changes to the buildpack.toml would look like the following:
Summary
Buildpack RFC0070 introduces some new fields into the
buildpack.toml
file. These fields includedescription
,keywords
, andlicenses
. The specific changes to thebuildpack.toml
would look like the following:To support this, we will need to make changes to both
jam
and the top-levelpackit
API.Proposal
When we
jam pack
a buildpack that includes these new keys, and is specifying buildpack API >= 0.6, include these keys in the built buildpack artifact.Include these fields in the
packit.BuildpackInfo
type so that they can be accessed by the buildpack itself at runtime should they need to.The text was updated successfully, but these errors were encountered: